DND: don't use uninitialized memory
authorMatthias Clasen <mclasen@redhat.com>
Fri, 24 Sep 2010 17:23:47 +0000 (13:23 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 24 Sep 2010 17:23:47 +0000 (13:23 -0400)
commitbc6a3f8cd8c3ead617f9860b1d8ad177b49f606c
tree32837784fdaba966b5fb70d228b0b188b3ad45fd
parent1773b6d50af5728463a480a01b0d5aa261544085
DND: don't use uninitialized memory

The dest_x/y members of GtkDragDestInfo were not initialized.
At the same time, switch some of the small temporary structs
to g_slice allocation.

https://bugzilla.gnome.org/show_bug.cgi?id=630532
gtk/gtkdnd.c